home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / OOPTUT34.ZIP / README < prev    next >
Text File  |  1993-07-06  |  4KB  |  82 lines

  1.      INTRODUCTION TO THE TURBO PASCAL OBJECT-ORIENTED PROGRAMMING TUTOR.
  2.      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  3.  
  4. This software has been prepared to help in the presentation of training
  5. courses in Turbo Pascal Object-oriented Programming and is now made
  6. available as shareware. Please freely distribute to friends and colleagues.
  7. If however you do use the programs to advantage, please send a donation
  8. of £5 to one of the following charities:
  9.  
  10.        Imperial Cancer Research Fund.
  11.        OXFAM.
  12.        Guide Dogs for the Blind.
  13.        Arthritis Research Council.
  14.  
  15. A letter, fully addressed to the selected charity, will be created
  16. directly on your printer from the DOS prompt by typing A:REGISTER and
  17. pressing the ENTER key. You will then be asked to provide your name,
  18. organisation name and address and to select the charity. Please send a
  19. copy to the author of the programs and any comments, both critical and
  20. favourable, in order that improvements can be made to the presentation.
  21. If requiring an acknowledgement or answers to qestions, please send a
  22. stamped addressed envelope.
  23.  
  24.  
  25. The author's name and address are:     R Shaw
  26.                                        Shaw Software
  27.                                        56a Maidenhead Road
  28.                                        Stratford-upon-Avon
  29.                                        Warwickshire
  30.                                        CV37 6XT     (telephone 0789 295150)
  31.      _________________________________________________________________
  32.  
  33. The hardware requirements are any IBM PC compatible machine from XT
  34. upwards, with 640kb memory, a VGA colour monitor and DOS 3.3 onwards.
  35.  
  36. Most files are in the subdirectory \TP\OOPTUTOR and relate to the display
  37. of Turbo Pascal Object-oriented Programming notes and example programs
  38. using the object-oriented code of Turbo Vision.
  39. The example programs can also be run from the Run examples submenu.
  40. The screen display can be adjusted using the Windows submenu and mouse
  41. and colour options can be set using the Options submenu.
  42.  
  43. The Notes are in files with the extension name .TXT, whilst the examples
  44. are available as both source code (.PAS) and executable files (.EXE).
  45. The main program that controls the display is OOPTUTOR.EXE and so the
  46. command is just OOPTUTOR if the correct subdirectory has already been
  47. selected.
  48.  
  49. There are 5 files in the root directory of this diskette.
  50.  
  51. The README. file is this one being read, by the batch file INTRO.BAT
  52.  
  53. There are two other batch files RUN.BAT and INST.BAT
  54. The first allows operation directly from the diskette drive A: by typing
  55. RUN and pressing the ENTER key.
  56. The second transfers all the files in the A:\TP\OOPTUTOR subdirectory to
  57. the hard disk drive C: in the subdirectory C:\TP\OOPTUTOR which is first
  58. created by the batch file. The command is INST followed by the ENTER key.
  59.  
  60. The executable file REGISTER.EXE creates a letter to a selected charity.
  61.  
  62.  
  63. The tutorial runs in Turbo Vision, which provides an environment similar
  64. to the Integrated Development Environment (IDE) of Turbo Pascal. Readers
  65. who are not familiar with the IDE should run the program TPTOUR.EXE which
  66. is provided by Borland on the Turbo Pascal diskettes.
  67.  
  68. The initial screen display shows a Menu Bar at the top of the screen and
  69. a Status Line at the bottom. The Status Line always provides essential
  70. advice, typically that the function key F10 will access the Menu. Then
  71. the arrow keys can be used to select the required menu item and the
  72. sub-menu pulled down by pressing the ENTER key. The arrow keys can again
  73. be used to select the required sub-menu option and that option activated
  74. by pressing the ENTER key. The function key F1 always provides context
  75. sensitive help, including any hot-key short cuts.
  76. The hot-key combination Alt-X will immediately cause an exit to DOS.
  77.  
  78.  
  79. README.
  80. 28.11.92
  81. Modified 17.5.93
  82.